@dpuse/dpuse-development 0.3.456 → 0.3.467
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -11
- package/dist/dpuse-development.es.js +1316 -1320
- package/dist/dpuse-development.es.js.map +1 -1
- package/dist/types/src/index.d.ts +1 -5
- package/dist/types/src/operations/auditDependencies.d.ts +1 -5
- package/dist/types/src/operations/checkDependencies.d.ts +1 -7
- package/dist/types/src/operations/documentDependencies.d.ts +1 -7
- package/dist/types/src/operations/formatCode.d.ts +1 -5
- package/dist/types/src/operations/lintCode.d.ts +1 -5
- package/dist/types/src/operations/manageProject.d.ts +4 -8
- package/dist/types/src/operations/test.d.ts +1 -5
- package/dist/types/src/operations/updateDPUseDependencies.d.ts +1 -5
- package/dist/types/src/utilities/cloudflare.d.ts +4 -5
- package/dist/types/src/utilities/index.d.ts +18 -36
- package/eslint.config.ts +2 -6
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://sonarcloud.io/summary/new_code?id=dpuse_dpuse-development)
|
|
4
4
|
<span><!-- OWASP_BADGES_START -->
|
|
5
|
-
[](https://dpuse.github.io/dpuse-development/dependency-check-reports/dependency-check-report.html)
|
|
7
6
|
<!-- OWASP_BADGES_END --></span>
|
|
8
7
|
|
|
9
8
|
[](https://www.npmjs.com/package/@dpuse/dpuse-development)
|
|
@@ -102,15 +101,14 @@ The following table lists the top-level production and peer dependencies. All of
|
|
|
102
101
|
We use the `npm` packages [license-report](https://www.npmjs.com/package/license-report), [license-report-check](https://www.npmjs.com/package/license-report-check), [license-report-recursive](https://www.npmjs.com/package/license-report-recursive) and [license-downloader](https://www.npmjs.com/package/license-downloader) to identify all dependency licenses and include copies of them. We do not use any unlicensed dependencies in either production or development.
|
|
103
102
|
|
|
104
103
|
<!-- DEPENDENCY_LICENSES_START -->
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
|
108
|
-
|
|
|
109
|
-
|
|
|
110
|
-
|
|
|
111
|
-
|
|
|
112
|
-
|
|
|
113
|
-
| valibot | MIT | 1.2.0 | 1.2.0 | this month: 2025-11-24 | 1 | [LICENSE.md](https://raw.githubusercontent.com/open-circle/valibot/main/LICENSE.md) |
|
|
104
|
+
|Name|Type|Installed|Latest|Latest Released|Deps|Document|
|
|
105
|
+
|:-|:-|:-:|:-:|:-|-:|:-|
|
|
106
|
+
|@datapos/datapos-shared|MIT|0.3.590|0.3.590|this month: 2026-02-28|0|⚠️ No license file|
|
|
107
|
+
|acorn|MIT|8.16.0|8.16.0|1 month ago: 2026-02-19|0|⚠️ No license file|
|
|
108
|
+
|acorn-typescript|MIT|1.4.13|1.4.13|26 months ago: 2024-01-03❗|1|[LICENSE](https://raw.githubusercontent.com/TyrealHu/acorn-typescript/master/LICENSE)|
|
|
109
|
+
|acorn-walk|MIT|8.3.5|8.3.5|1 month ago: 2026-02-19|1|⚠️ No license file|
|
|
110
|
+
|nanoid|MIT|5.1.7|5.1.7|this month: 2026-03-15|0|[LICENSE](https://raw.githubusercontent.com/ai/nanoid/main/LICENSE)|
|
|
111
|
+
|valibot|MIT|1.3.1|1.3.1|this month: 2026-03-18|1|[LICENSE.md](https://raw.githubusercontent.com/open-circle/valibot/main/LICENSE.md)|
|
|
114
112
|
|
|
115
113
|
<!-- DEPENDENCY_LICENSES_END -->
|
|
116
114
|
|